Dynomotion

Group: DynoMotion Message: 12040 From: peterpan1e6 Date: 8/1/2015
Subject: G-Code reference missing canned cycles and flow control

Hi

I followed the link to the other G-codes (EMC Handbook): 10. G Code Basics

The section on the Canned Cycles is empty. I can also not find the details on commands for flow control (if/While/Loops etc.). Can you please refer me to an alternative reference.


Regards


Eon

 

Group: DynoMotion Message: 12046 From: Tom Kerekes Date: 8/1/2015
Subject: Re: G-Code reference missing canned cycles and flow control
Hi Eon,

Canned Cycles are described here:

KMotionCNC doesn't support if/while statements.  You can conditionally call subroutines and repeat subroutines.  See the SubroutineWithConditionals.ngc example.

regards
TK